API Documentation
ProjectSaveQuery.h
1 // ProjectSaveQuery.h
3 //
5 
6 namespace nkScripts
7 {
12  {
14 
16  } ;
17 }
nkScripts::ResourceDeclAugmentCallback
Represents a callback enabling to "augment" a loading or saving of a project.
Definition: ResourceDeclAugmentCallback.h:15
nkScripts
Encompasses all API of component NilkinsScripts.
Definition: Environment.h:7
nkScripts::ProjectSaveQuery::_augmentCallback
ResourceDeclAugmentCallback * _augmentCallback
The augmenting class to use.
Definition: ProjectSaveQuery.h:15
nkMemory::String
Class holding information about a string, with ownership over the data.
Definition: String.h:22
nkScripts::ProjectSaveQuery
Holds information for a project saving query.
Definition: ProjectSaveQuery.h:12
nkScripts::ProjectSaveQuery::_path
nkMemory::String _path
The path in which the project should be saved, relative to the data folder.
Definition: ProjectSaveQuery.h:13